build: Use python3 for the post install script
authorJordan Petridis <jpetridis@gnome.org>
Mon, 25 Feb 2019 05:09:35 +0000 (07:09 +0200)
committerJordan Petridis <jpetridis@gnome.org>
Wed, 27 Feb 2019 14:25:58 +0000 (16:25 +0200)
commit69251d051ae267e66f0f83e748ce7265230ee6db
tree8dfecff1ff64a3cdd296a9d55c0dd61eaeafc63c
parentd930c4a4d12e730a2d1711f865754315006506ff
build: Use python3 for the post install script

While *some* systems alias python to python3 nowdays, this is
not true for eveything. Especially systems that can potentially
offer both python2 and python3.

According to both PEP 394 and PEP 441 its recommended to always
add the 3 in the shebang.
build-aux/meson/post-install.py